home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacGames Sampler
/
PHT MacGames Bundle.iso
/
MacSource Folder
/
Samples from the CD
/
C and C++
/
Gnuplot 3.5 for Macintosh
/
SOURCES 3.5
/
parse.proto.h
< prev
next >
Wrap
Text File
|
1993-11-12
|
576b
|
30 lines
/* parse.c */
void fpe(void);
int evaluate_at(struct at_type *, struct value *);
struct value *const_express(struct value *);
struct at_type *temp_at(void);
struct at_type *perm_at(void);
int express(void);
int xterm(void);
int aterm(void);
int bterm(void);
int cterm(void);
int dterm(void);
int eterm(void);
int fterm(void);
int gterm(void);
int hterm(void);
int factor(void);
int xterms(void);
int aterms(void);
int bterms(void);
int cterms(void);
int dterms(void);
int eterms(void);
int fterms(void);
int gterms(void);
int hterms(void);
int iterms(void);
int unary(void);